home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / hardware / host.arc / DAYCHK.ARC / DAYCHECK.DOC next >
Text File  |  1987-11-24  |  4KB  |  83 lines

  1.  
  2.  
  3.              █████▓▓▓▓▓▒▒▒▒▒░░░░░  DayCheck  ░░░░░▒▒▒▒▒▓▓▓▓▓█████
  4.                                  Version 1.00
  5.  
  6.      SYNTAX: DAYCHECK ?
  7.              DAYCHECK {DAY,HOUR,MINUTE,DATE,MONTH,YEAR}
  8.  
  9.    DayCheck is a batch-oriented program that can tell the day of the week,
  10. the hour, the minute, the date, the month, or the year.  It loads its value
  11. in the batch ERRORLEVEL indicator.  Thus, any batch files that use DayCheck
  12. must examine the ERRORLEVEL code immediately afterward.  Check your MS-DOS
  13. manual if you are unfamiliar with this.
  14.  
  15.    DayCheck sets the batch ERRORLEVEL to the following values upon exit:
  16.       0 -  6: Day (0 = Sunday)    │   1 - 31: Date
  17.       0 - 23: Hour                │   1 - 12: Month
  18.       0 - 59: Minute              │  80 - 99: Year
  19.           75: Too many, too few,
  20.                or invalid parameters specified.
  21.  
  22.                      ╔════════════════════════════╗
  23.                      ║ Author: Rob J. Rosenberger ║
  24.                      ║Address: P.O. Box #643      ║
  25.                      ║         O'Fallon, IL  62269║
  26.                      ║  CompuServe ID 74017,1344  ║
  27.                      ╚════════════════════════════╝
  28.                         "An exercise in utility"
  29.  
  30.  
  31. DayCheck was written in Turbo Pascal v4.0 for IBM PCs & OS/2s and compatibles.
  32.  
  33.    DayCheck was developed after a discussion with the sysop of my "hang-out"
  34. BBS.  His bulletins include a "top uploader/downloader" list which, I'm proud
  35. to say, I dominate.  Yet it never seems to be up-to-date.  I thought the sysop
  36. was running TU/D stats whenever he got around to it, so I offered to develop
  37. this program for him.  (Now he can automatically run the stats every Friday.)
  38.  
  39. DayCheck v1.00: 24 Nov 87
  40.    See above text for a description of why this program was developed.
  41.  
  42.  
  43.                            TO EVERYONE USING DAYCHECK
  44.  
  45.    This is a public-domain program, so you may use it at no cost.  I ask only
  46. that you thank me if you like it.  Programmers need to feel important, too!  A
  47. postcard or message is all it takes to keep me happy.
  48.  
  49.    Please tell me about any improvements you feel would make the next release
  50. even better.  I'm open to suggestions!  I give credit to the first contributor
  51. of each suggestion I use in the program.  (Please tell me if you don't want
  52. your name used.)  Send a letter or postcard, or a CompuServe EasyPlex message,
  53. or leave messages for me on The Wizard's Lair BBS, (618) 398-5703.  (Registra-
  54. tion is free on Wizard's Lair, but you must register if you want to leave me a
  55. message.  Use your real name -- the sysop won't allow "handles.")
  56.  
  57.    Send a self-addressed stamped envelope or postcard if you'd like to know
  58. when the next version of DayCheck is released.
  59.  
  60.  
  61.               HAVE YOU TRIED OTHER PROGRAMS BY ROB J. ROSENBERGER?
  62.  
  63.    MAKE-MMG:  Creates (or appends to) a WordStar "MailMerge" file so you can
  64. print any number of files without having to type in the name of each file and
  65. wait for it to finish printing.  Public domain!  Available on BBSs around the
  66. country and in the CompuServe IBMSW forum.
  67.  
  68.    MSG-UTIL:  Formats (and de-formats) messages off-line for rapid uploading
  69. to BBSs as ASCII text.  It's a real moneysaver when leaving messages on long-
  70. distance BBSs, or pay-as-you-go services such as CompuServe.  Works with ASCII
  71. and WordStar files.  Public domain!  Available on BBSs around the country and
  72. in the CompuServe IBMCOM forum.
  73.  
  74.    SETPRNTR:  Menu-driven utility for IBM/Epson/compatible printers.  Choose
  75. fonts, printing enhancements, etc.  You can even initialize the printer if you
  76. want to kill what's being printed.  Accepts requests from the MS-DOS command
  77. line if you want to skip the menus.  Public domain!  Available on some BBSs.
  78.  
  79.    WORDWRAP:  Turbo Pascal v4.0 source code shows how to "wrap" words if they
  80. won't fit on the current line.  Perfect for programmers writing BBS game soft-
  81. ware that allows players to chat with the sysop.  A compiled demo is included.
  82. Public domain!  Available on some BBSs and in the CompuServe BPROGA forum.
  83.